home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : McCabe Metrics
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Intermetrics, Inc.
- -- : 733 Concord Ave, Cambridge, MA 02138
- -- : Bill Toscano or Michael Gordon (author)
- -- : (617) 661-1840
- -- COPYRIGHT : (c) 1986, Intermetrics, Inc.
- -- DATE CREATED : 3/86
- -- DATE RELEASED : 3/86
- -- DATE LAST UPDATED : 3/86
- -- LOCATION : ASR
- -- ENVIRONMENT : VAX/VMS/DEC Ada
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : METRICS
- -- CATEGORY LEVEL 2 : Complexity Measures
- -- CATEGORY LEVEL 3 : McCabe Metrics
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Complexity
- -- INDEX : Complexity Measures
- -- INDEX : Measures, Complexity
- -- INDEX : McCabe
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.METRICS>MCCABE.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.METRICS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- MCCABE.CNT 2187 27
- -- MCCABE.DOC 15250 344
- -- MCCABE.DSS 1864 27
- -- MCCABE.DST 4720 73
- -- MCCABE.GRM 38028 1412
- -- MCCABE.ME 4974 117
- -- MCCABE.PRO 2519 67
- -- MCCABE.RNO 8390 227
- -- MCCABE.SRC 432177 10835
- -- MCCABE.TST 56485 1914
- -- =============== ========== ==========
- -- 10 Files 566594 15043
- --= ABSTRACT ===============================================--
- -- The Complexity Measures Report will analyze program units for
- -- complexity as measured by Halstead and McCabe. The program unit and
- -- its complexity will be output to the default output file. If the
- -- measured complexity exceeds a desired maximum complexity, the program
- -- unit is flagged on the output listing.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 3/86 1.0 Intermetrics Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-